home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Other / mCD / Source / Makefile < prev    next >
Encoding:
Makefile  |  1995-02-23  |  1.1 KB  |  53 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = mCD
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = mCD.tiff
  16. LOCAL_RESOURCES = mCD.nib mCD_Info.nib mCD_Prefs.nib NonRoot.nib\
  17.                   testCD.nib Help
  18.  
  19. GLOBAL_RESOURCES = TrackLeft.tiff TrackRight.tiff VaryLeft.tiff\
  20.                    VaryRight.tiff
  21.  
  22. CLASSES = mCD_Controller.m PrefsController.m PrefsPanel.m TestCD.m
  23.  
  24. HFILES = mCD_Controller.h PrefsController.h PrefsPanel.h TestCD.h
  25.  
  26. MFILES = mCD_main.m
  27.  
  28. SUBPROJECTS = scsi_cd.subproj CD_DBase.subproj
  29.  
  30. OTHERSRCS = Makefile
  31.  
  32.  
  33. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  34. MAKEFILE = app.make
  35. INSTALLDIR = $(HOME)/Apps
  36. INSTALLFLAGS = -c -s -m 755
  37. SOURCEMODE = 444
  38.  
  39. ICONSECTIONS =    -sectcreate __ICON app mCD.tiff
  40.  
  41. LIBS = -lMedia_s -lNeXT_s -lIndexing_s
  42. DEBUG_LIBS = $(LIBS)
  43. PROF_LIBS = $(LIBS)
  44.  
  45.  
  46. -include Makefile.preamble
  47.  
  48. include $(MAKEFILEDIR)/$(MAKEFILE)
  49.  
  50. -include Makefile.postamble
  51.  
  52. -include Makefile.dependencies
  53.